home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 246
- Top = 103
- Width = 455
- Height = 294
- Caption = 'Form1'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object Label1: TLabel
- Left = 8
- Top = 40
- Width = 40
- Height = 16
- Caption = 'Fields'
- end
- object Label2: TLabel
- Left = 8
- Top = 8
- Width = 28
- Height = 16
- Caption = 'Line'
- end
- object Button1: TButton
- Left = 8
- Top = 224
- Width = 433
- Height = 33
- Caption = 'Convert CSV File'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Edit1: TEdit
- Left = 56
- Top = 36
- Width = 121
- Height = 24
- TabOrder = 1
- end
- object ListBox1: TListBox
- Left = 56
- Top = 64
- Width = 377
- Height = 153
- ItemHeight = 16
- TabOrder = 2
- end
- object Edit2: TEdit
- Left = 56
- Top = 4
- Width = 385
- Height = 24
- TabOrder = 3
- end
- object Table1: TTable
- TableType = ttASCII
- Left = 48
- Top = 192
- end
- object Table2: TTable
- Left = 144
- Top = 192
- end
- object BatchMove1: TBatchMove
- Destination = Table2
- Source = Table1
- Left = 96
- Top = 192
- end
- object OpenDialog1: TOpenDialog
- DefaultExt = 'csv'
- FileName = '*.csv'
- InitialDir = 'f:\'
- Left = 8
- Top = 192
- end
- end
-